What are POST method?
1963
26-Sep-2016
Allen Scott
26-Sep-2016Unlike GET method, information sent by the user are hidden in case of POST method. Developers prefer POST method. POST method does not have any limitation on the amount of information to send. As variables are not shown in URL so it is not possible to bookmark the page.